home *** CD-ROM | disk | FTP | other *** search
- package sun.awt;
-
- import java.awt.AWTEvent;
- import java.awt.Component;
-
- final class SunToolkit$4 implements Runnable {
- // $FF: synthetic field
- static final boolean $assertionsDisabled = !SunToolkit.class.desiredAssertionStatus();
- // $FF: synthetic field
- final AWTEvent val$e;
-
- SunToolkit$4(AWTEvent var1) {
- this.val$e = var1;
- }
-
- public void run() {
- try {
- SunToolkit.access$000().setBoolean(this.val$e, true);
- } catch (IllegalArgumentException var2) {
- if (!$assertionsDisabled) {
- throw new AssertionError();
- }
- } catch (IllegalAccessException var3) {
- if (!$assertionsDisabled) {
- throw new AssertionError();
- }
- }
-
- ((Component)this.val$e.getSource()).dispatchEvent(this.val$e);
- }
- }
-